home *** CD-ROM | disk | FTP | other *** search
/ TopWare Megapack 5 / CD des Monats August - 94 Topware.iso / august94 / top9018 / pmchess.hlp (.txt) < prev    next >
OS/2 Help File  |  1994-06-15  |  18KB  |  560 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. PM Gnu Chess 4.0 History ΓòÉΓòÉΓòÉ
  3.  
  4. PM Gnu Chess4.0 v0.91 is a Presentation Manager application which uses GnuChess 
  5. 4.0 patch level 65 as the chess engine. The program is based on previous 
  6. efforts to port gnu chess 3.1 to Windows by Darly K. Baker and OS/2 v1.2 by 
  7. Kent Cedola. 
  8.  
  9. Start with Kent Cedola's code, here are what I did: 
  10.  
  11. o Got gnuchess 4.0 chess engine work with PM GUI 
  12.  
  13. o Put chess engine into seperate threads 
  14.  
  15. o Added continuously scalable board and piece 
  16.  
  17. o Redesigned menu logic 
  18.  
  19. o Redesigned the pieces 
  20.  
  21. o Implemented opening book to pmchess 
  22.  
  23. o Added save, load and list game features 
  24.  
  25. o Added language file to display some of information 
  26.  
  27. o Added on-line help 
  28.  
  29. o Fixed bugs caused by multi-threading 
  30.  
  31. o Fixed changing colors 
  32.  
  33. o Fixed many other bugs (time consuming) 
  34.  
  35. I would like to thank Kent Cedola and Daryl Baker for their hard work to 
  36. convert GNU Chess from a character mode to a GUI world in the first place. 
  37. Without their effort, this work will take considerably long time. 
  38.  
  39. Second release notes: 
  40.  
  41.  1. Pawn promotion 
  42.  
  43.    o Now you can promote your pawn to queen. 
  44.  
  45.    o Promotion to other pieces is not working yet. The chess engine of this 
  46.      verson only does this much. 
  47.  
  48.  2. Fixed some message events 
  49.  
  50.    o When game is ended the proper message box pops up instead of doing nothing 
  51.      in the early release. 
  52.  
  53.  3. Fixed/changed new game command 
  54.  
  55.    o The new command used to cause some problems. Hopefully this is fixed. 
  56.  
  57.    o Some improvements: If white is on the top, new command assumes the player 
  58.      wants to play as black and it immediately makes move as white; 
  59.  
  60.    o You can issue new game command any time now. 
  61.  
  62.    o At the beginning of each new game, you have a chance to setup new time 
  63.      control. 
  64.  
  65.    o new game will not reset deep thinking to default (disable). 
  66.  
  67.  4. Fixed whose turn to move message on the bottom of window. 
  68.  
  69.  5. Color settings are saved for next time. 
  70.  
  71. Have fun with PMCHESS! 
  72.  
  73. Yibing Fan 
  74.  
  75.  
  76. ΓòÉΓòÉΓòÉ 2. File Menu ΓòÉΓòÉΓòÉ
  77.  
  78. The File menu contains commands that you use to start a new game, open, and 
  79. save games. In addition, it also contains the command that you use to exit the 
  80. PM Gnu Chess4.0. The following commands appear in the File menu: 
  81.  
  82. New            Start to play a new game 
  83.  
  84. Open           Opens a saved game or an unfinished game 
  85.  
  86. Save           Saves current game 
  87.  
  88. Save As        Saves the current game with different format 
  89.  
  90. Exit           Quits the PM Gnu Chess 4.0 
  91.  
  92.  
  93. ΓòÉΓòÉΓòÉ 3. New ΓòÉΓòÉΓòÉ
  94.  
  95.  You start to play a new game with PM Gnu Chess4.0. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 4. Open ΓòÉΓòÉΓòÉ
  99.  
  100. You can open a saved game that exists on any drive or in any directory by using 
  101. the Open command. To open a game, do the following: 
  102.  
  103. o Select the File menu and choose the Open command. 
  104.  
  105. A dialog box appears, showing you a list of files in the current directory. 
  106.  
  107.  
  108. ΓòÉΓòÉΓòÉ 5. Save ΓòÉΓòÉΓòÉ
  109.  
  110. You use the Save command to save a game. To save a current game, do the 
  111. following: 
  112.  
  113. o Select the File menu and choose the Save command. 
  114.  
  115.  
  116. ΓòÉΓòÉΓòÉ 6. Save As ΓòÉΓòÉΓòÉ
  117.  
  118. You use the Save As command to save a game with different format so that other 
  119. programs can read the game.(plan to save as PGN) 
  120.  
  121. Follow these steps to save a game to PGN: 
  122.  
  123.  1. Select the File menu and choose the Save As command. 
  124.  
  125. A dialog box appears, prompting you for a new filename. 
  126.  
  127.  
  128. ΓòÉΓòÉΓòÉ 7. List ΓòÉΓòÉΓòÉ
  129.  
  130. save current game in chess.lst. To list game to chess.lst, do the following: 
  131.  
  132.  1. Select the File menu and choose the List command. 
  133.  
  134.  
  135. ΓòÉΓòÉΓòÉ 8. Exit ΓòÉΓòÉΓòÉ
  136.  
  137. You quit the PM Gnu Chess4.0 by using the Exit command. To quit the PM Gnu 
  138. Chess4.0, do the following: 
  139.  
  140.  1. Select the File menu and choose the Exit command or type Ctrl+x. 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ <hidden> Help for Open ΓòÉΓòÉΓòÉ
  144.  
  145.  
  146. ΓòÉΓòÉΓòÉ <hidden> Help for Open ΓòÉΓòÉΓòÉ
  147.  
  148.  1. Select the down arrow to the right of the Drive list to display all the 
  149.     drives on your system. 
  150.  2. Select a drive from the Drive list. 
  151.  3. Select a directory from the Directory list. 
  152.  4. Select a file name from the File list or type in a file name and select the 
  153.     Open pushbutton to display the file you want to edit. 
  154.  
  155. For specific help, select a topic below. 
  156.  
  157.  
  158. ΓòÉΓòÉΓòÉ <hidden> List of Fields ΓòÉΓòÉΓòÉ
  159.  
  160. File name           Type of file 
  161. Drive               File 
  162. Directory           Open pushbutton 
  163.  
  164.  
  165. ΓòÉΓòÉΓòÉ <hidden> Help for File name ΓòÉΓòÉΓòÉ
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ <hidden> Help for File name ΓòÉΓòÉΓòÉ
  169.  
  170. Type the name of the file you want to open in the File name field and select 
  171. the Open pushbutton. 
  172.  
  173. For more help, select a topic below. 
  174.  
  175.  
  176. ΓòÉΓòÉΓòÉ <hidden> List of Fields ΓòÉΓòÉΓòÉ
  177.  
  178. File name           Type of file 
  179. Drive               File 
  180. Directory           Open pushbutton 
  181.                     General help 
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ <hidden> Help for Type of file ΓòÉΓòÉΓòÉ
  185.  
  186.  
  187. ΓòÉΓòÉΓòÉ <hidden> Help for Type of file ΓòÉΓòÉΓòÉ
  188.  
  189. Select the down arrow to the right of the Type of file field to display the 
  190. available file types.  The sample has set this field for all file types. 
  191.  
  192. For more help, select a topic below. 
  193.  
  194.  
  195. ΓòÉΓòÉΓòÉ <hidden> Help for Drive ΓòÉΓòÉΓòÉ
  196.  
  197.  
  198. ΓòÉΓòÉΓòÉ <hidden> Help for Drive ΓòÉΓòÉΓòÉ
  199.  
  200. The Drive list displays the drives on your system.  Select the drive that 
  201. contains the files you want to edit. 
  202.  
  203. For more help, select a topic below. 
  204.  
  205.  
  206. ΓòÉΓòÉΓòÉ <hidden> Help for File ΓòÉΓòÉΓòÉ
  207.  
  208.  
  209. ΓòÉΓòÉΓòÉ <hidden> Help for File ΓòÉΓòÉΓòÉ
  210.  
  211. The File list displays all the files in the directory you selected from the 
  212. Directory list.  Select the file you want to open. 
  213.  
  214. For more help, select a topic below. 
  215.  
  216.  
  217. ΓòÉΓòÉΓòÉ <hidden> Help for Directory ΓòÉΓòÉΓòÉ
  218.  
  219.  
  220. ΓòÉΓòÉΓòÉ <hidden> Help for Directory ΓòÉΓòÉΓòÉ
  221.  
  222. The Directory list displays the directories on the selected drive.  Select a 
  223. directory to display the list of files from that directory in the File list 
  224. box. 
  225.  
  226. For more help, select a topic below. 
  227.  
  228.  
  229. ΓòÉΓòÉΓòÉ <hidden> Help for Open ΓòÉΓòÉΓòÉ
  230.  
  231.  
  232. ΓòÉΓòÉΓòÉ <hidden> Help for Open ΓòÉΓòÉΓòÉ
  233.  
  234. Select the Open pushbutton to display the file you want to edit. 
  235.  
  236. For more help, select a topic below. 
  237.  
  238.  
  239. ΓòÉΓòÉΓòÉ <hidden> Help for Save ΓòÉΓòÉΓòÉ
  240.  
  241. Use Save to store the file you are editing.  After the file is saved, the text 
  242. remains in the window so that you can continue editing it. 
  243.  
  244. Note:  If you are editing a new file, select the Save or Save as choices to 
  245.        display the Save as pop-up so that you can name the file you are 
  246.        editing.  A file must have a title to be saved. 
  247.  
  248.  
  249. ΓòÉΓòÉΓòÉ <hidden> Help for Save as ΓòÉΓòÉΓòÉ
  250.  
  251. Use Save as to name and save a new file or to save an existing file under a 
  252. different name, in a different directory, or on a different disk. 
  253.  
  254.  
  255. ΓòÉΓòÉΓòÉ <hidden> Help for Save as ΓòÉΓòÉΓòÉ
  256.  
  257.  
  258. ΓòÉΓòÉΓòÉ <hidden> Help for Save as ΓòÉΓòÉΓòÉ
  259.  
  260.  1. Select the down arrow to the right of the Drive list to display all the 
  261.     drives on your system. 
  262.  2. Select a drive from the Drive list. 
  263.  3. Select a directory from the Directory list. 
  264.  4. Type the name of the file you want to save in the File name field and 
  265.     select the Save pushbutton. 
  266.  
  267. For specific help, select a topic below. 
  268.  
  269.  
  270. ΓòÉΓòÉΓòÉ <hidden> List of Fields ΓòÉΓòÉΓòÉ
  271.  
  272. File name           Type of file 
  273. Drive               File 
  274. Directory           Save pushbutton 
  275.  
  276.  
  277. ΓòÉΓòÉΓòÉ <hidden> Help for File name ΓòÉΓòÉΓòÉ
  278.  
  279.  
  280. ΓòÉΓòÉΓòÉ <hidden> Help for File name ΓòÉΓòÉΓòÉ
  281.  
  282. Type the name of the file you want to save in the File name field and select 
  283. the Save pushbutton. 
  284.  
  285. For more help, select a topic below. 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ <hidden> List of Fields ΓòÉΓòÉΓòÉ
  289.  
  290. File name           Type of file 
  291. Drive               File 
  292. Directory           Save pushbutton 
  293. General help 
  294.  
  295.  
  296. ΓòÉΓòÉΓòÉ <hidden> Help for Type of file ΓòÉΓòÉΓòÉ
  297.  
  298.  
  299. ΓòÉΓòÉΓòÉ <hidden> Help for Type of file ΓòÉΓòÉΓòÉ
  300.  
  301. Select the down arrow to the right of the Type of file field to display the 
  302. available file types.  The sample has set this field for all file types. 
  303.  
  304. For more help, select a topic below. 
  305.  
  306.  
  307. ΓòÉΓòÉΓòÉ <hidden> Help for Drive ΓòÉΓòÉΓòÉ
  308.  
  309.  
  310. ΓòÉΓòÉΓòÉ <hidden> Help for Drive ΓòÉΓòÉΓòÉ
  311.  
  312. The Drive list displays the drives on your system.  Select the drive that 
  313. contains the files you want to save. 
  314.  
  315. For more help, select a topic below. 
  316.  
  317.  
  318. ΓòÉΓòÉΓòÉ <hidden> Help for File ΓòÉΓòÉΓòÉ
  319.  
  320.  
  321. ΓòÉΓòÉΓòÉ <hidden> Help for File ΓòÉΓòÉΓòÉ
  322.  
  323. The File list displays all the files in the directory you selected from the 
  324. Directory list.  Select the file you want to rename and save. 
  325.  
  326. For more help, select a topic below. 
  327.  
  328.  
  329. ΓòÉΓòÉΓòÉ <hidden> Help for Directory ΓòÉΓòÉΓòÉ
  330.  
  331.  
  332. ΓòÉΓòÉΓòÉ <hidden> Help for Directory ΓòÉΓòÉΓòÉ
  333.  
  334. The Directory list displays the directories on the selected drive.  Select a 
  335. directory to display the list of files from that directory in the File list 
  336. box. 
  337.  
  338. For more help, select a topic below. 
  339.  
  340.  
  341. ΓòÉΓòÉΓòÉ <hidden> Help for Save ΓòÉΓòÉΓòÉ
  342.  
  343.  
  344. ΓòÉΓòÉΓòÉ <hidden> Help for Save ΓòÉΓòÉΓòÉ
  345.  
  346. Select the Save pushbutton to save the file to the drive and directory you 
  347. selected and with the file name you specified. 
  348.  
  349. For more help, select a topic below. 
  350.  
  351.  
  352. ΓòÉΓòÉΓòÉ 9. Edit Menu ΓòÉΓòÉΓòÉ
  353.  
  354. Edit board, take back moves. Review games (not available yet. 
  355.  
  356.  
  357. ΓòÉΓòÉΓòÉ 10. Undo ΓòÉΓòÉΓòÉ
  358.  
  359.  Take back a ply. When you take back a computer ply, the computer automaticlly 
  360. play the other side assuming you want to enter an alternative move. The menu is 
  361. disabled whenever computer is thinking. If deep thinking mode is on, use Ctrl+S 
  362. to stop computer thinking then issue undo or remove. If undo menu is still 
  363. disabled, use force move to let computer finish current move then take back 
  364. moves. After you'v finished, Ctrl+D to turn deep thinking back on. 
  365.  
  366.  
  367. ΓòÉΓòÉΓòÉ 11. Remove ΓòÉΓòÉΓòÉ
  368.  
  369.  Take back one move. The menu is disabled whenever computer is thinking. If 
  370. deep thinking mode is on, use Ctrl+S to stop computer thinking then issue undo 
  371. or remove. If undo menu is still disabled, use force move to let computer 
  372. finish current move then take back moves. After you'v finished, Ctrl+D to turn 
  373. deep thinking back on. 
  374.  
  375.  
  376. ΓòÉΓòÉΓòÉ 12. Move! ΓòÉΓòÉΓòÉ
  377.  
  378. Force computer to make move immediately. 
  379.  
  380.  
  381. ΓòÉΓòÉΓòÉ 13. Stop! ΓòÉΓòÉΓòÉ
  382.  
  383. Stop computer thinking and set deep thinking mode off. 
  384.  
  385.  
  386. ΓòÉΓòÉΓòÉ 14. No Computer ΓòÉΓòÉΓòÉ
  387.  
  388. User enter moves. Computer acts like a referee. Useful for setup an opening 
  389. position you want computer to anylize. After you reach the position, use Side 
  390. menu bar to let computer take over. e.g. Side/White computer will take the 
  391. position as White to play and play White side regardless who's turn. Use 
  392. Side/Switch normally. 
  393.  
  394.  
  395. ΓòÉΓòÉΓòÉ 15. Setup Board ΓòÉΓòÉΓòÉ
  396.  
  397. Setup board. Click on a piece and then click on the destination square put the 
  398. piece to the square. Double or fast triple click on a piece move the piece off 
  399. the board. Caution, once piece is moved off the board you can't get it back! I 
  400. will fix this on next release. 
  401.  
  402.  
  403. ΓòÉΓòÉΓòÉ 16. Options Menu ΓòÉΓòÉΓòÉ
  404.  
  405. Options. 
  406.  
  407.  
  408. ΓòÉΓòÉΓòÉ 17. Tone ΓòÉΓòÉΓòÉ
  409.  
  410. Toggle beep mode on and off. 
  411.  
  412.  
  413. ΓòÉΓòÉΓòÉ 18. Coordinates ΓòÉΓòÉΓòÉ
  414.  
  415. Toggle coordinates on and off. 
  416.  
  417.  
  418. ΓòÉΓòÉΓòÉ 19. Search Stats ΓòÉΓòÉΓòÉ
  419.  
  420. Display search status. 
  421.  
  422.  
  423. ΓòÉΓòÉΓòÉ 20. Test Speed ΓòÉΓòÉΓòÉ
  424.  
  425. Test computer evaluation speed. 
  426.  
  427.  
  428. ΓòÉΓòÉΓòÉ 21. Hash ΓòÉΓòÉΓòÉ
  429.  
  430. Toggle hash file on and off. 
  431.  
  432.  
  433. ΓòÉΓòÉΓòÉ 22. Autoplay ΓòÉΓòÉΓòÉ
  434.  
  435. Toggle autoplay on and off. No human mode. 
  436.  
  437.  
  438. ΓòÉΓòÉΓòÉ 23. Book ΓòÉΓòÉΓòÉ
  439.  
  440. Toggle opening book on and off. 
  441.  
  442.  
  443. ΓòÉΓòÉΓòÉ 24. Awindow ΓòÉΓòÉΓòÉ
  444.  
  445. Set Alpha window. Effect the search band width. 
  446.  
  447.  
  448. ΓòÉΓòÉΓòÉ 25. Bwindow ΓòÉΓòÉΓòÉ
  449.  
  450. Set beta window value. Effect the search band width. 
  451.  
  452.  
  453. ΓòÉΓòÉΓòÉ 26. Contemp ΓòÉΓòÉΓòÉ
  454.  
  455. Hmm.. I have to read the code again. 
  456.  
  457.  
  458. ΓòÉΓòÉΓòÉ 27. Skill menu ΓòÉΓòÉΓòÉ
  459.  
  460. Set skills. 
  461.  
  462.  
  463. ΓòÉΓòÉΓòÉ 28. Time ΓòÉΓòÉΓòÉ
  464.  
  465. Set time control. Default: 60 moves in 5 minutes 
  466.  
  467.  
  468. ΓòÉΓòÉΓòÉ 29. Random ΓòÉΓòÉΓòÉ
  469.  
  470. Toggle Random on and off. Effect how computer chose between line to play. 
  471.  
  472.  
  473. ΓòÉΓòÉΓòÉ 30. Deep thinking ΓòÉΓòÉΓòÉ
  474.  
  475. Set Computer think on the opponent's time. Default: not thinking on opponent's 
  476. time. Ctrl+D toggle this mode. 
  477.  
  478.  
  479. ΓòÉΓòÉΓòÉ 31. Depth ΓòÉΓòÉΓòÉ
  480.  
  481. Set search depth. Default 29. 
  482.  
  483.  
  484. ΓòÉΓòÉΓòÉ 32. Side ΓòÉΓòÉΓòÉ
  485.  
  486. Chose which side to play, which color is at bottom. 
  487.  
  488.  
  489. ΓòÉΓòÉΓòÉ 33. Reverse ΓòÉΓòÉΓòÉ
  490.  
  491. Reverse board. Set whether black or White on bottom. 
  492.  
  493.  
  494. ΓòÉΓòÉΓòÉ 34. Switch ΓòÉΓòÉΓòÉ
  495.  
  496. Switch side with computer. 
  497.  
  498.  
  499. ΓòÉΓòÉΓòÉ 35. WHITE ΓòÉΓòÉΓòÉ
  500.  
  501. Computer to play current position as white. 
  502.  
  503.  
  504. ΓòÉΓòÉΓòÉ 36. Black ΓòÉΓòÉΓòÉ
  505.  
  506. Computer to play current position as black. 
  507.  
  508.  
  509. ΓòÉΓòÉΓòÉ 37. Refresh ΓòÉΓòÉΓòÉ
  510.  
  511. Refresh the board. Accasionlly, after computer makes move, the piece is missing 
  512. on the board. Do refresh or Ctrl+F. 
  513.  
  514.  
  515. ΓòÉΓòÉΓòÉ 38. Help Menu ΓòÉΓòÉΓòÉ
  516.  
  517. Insert standard Help menu text here. 
  518.  
  519.  
  520. ΓòÉΓòÉΓòÉ 39. Index ΓòÉΓòÉΓòÉ
  521.  
  522. Place information for the Help Index menu item here. 
  523.  
  524.  
  525. ΓòÉΓòÉΓòÉ 40. General help ΓòÉΓòÉΓòÉ
  526.  
  527. Place information for the General Help menu item here. 
  528.  
  529. Note:  This screen will usually be handled by the default. 
  530.  
  531.  
  532. ΓòÉΓòÉΓòÉ 41. Using Help ΓòÉΓòÉΓòÉ
  533.  
  534.  Place information for the Help Using Help menu here. 
  535.  
  536.  
  537. ΓòÉΓòÉΓòÉ 42. Keys ΓòÉΓòÉΓòÉ
  538.  
  539. Place information for the Help Keys menu item here. 
  540.  
  541.  
  542. ΓòÉΓòÉΓòÉ 43. Tutorial ΓòÉΓòÉΓòÉ
  543.  
  544. Place information for the Tutorial menu item here. 
  545.  
  546.  
  547. ΓòÉΓòÉΓòÉ 44. Product information ΓòÉΓòÉΓòÉ
  548.  
  549. Place information for the Product information menu item here. 
  550.  
  551.  
  552. ΓòÉΓòÉΓòÉ 45. Product information dialog ΓòÉΓòÉΓòÉ
  553.  
  554. This dialog displays information about the application, such   as version 
  555. number and copyright notice. 
  556.  
  557.  
  558. ΓòÉΓòÉΓòÉ 46. OK ΓòÉΓòÉΓòÉ
  559.  
  560. The OK button closes the Product information dialog.